serial: mxc: Move common baud gen into _mxc_serial_setbrg
authorJagan Teki <[email protected]>
Tue, 6 Jun 2017 05:31:49 +0000 (05:31 +0000)
committerStefano Babic <[email protected]>
Wed, 12 Jul 2017 07:42:33 +0000 (09:42 +0200)
commit45d97511a9c43161652d9101c0ef7fa212121154
tree3a927a42f01cdcb3493969376081ac94190ba6bb
parent97548d59478afec7e8041ed8463cc5248a61f30b
serial: mxc: Move common baud gen into _mxc_serial_setbrg

Move the common baud generation code into _mxc_serial_setbrg
so-that dm and non-dm can call this func.

Signed-off-by: Jagan Teki <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/serial/serial_mxc.c